Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Collection<T> Class
The type of elements in the list.
Members


Collection<T> Class
Represents a strongly typed list of objects that can be accessed by index.
Syntax
'Declaration
 
Public Class Collection(Of T) 
 
'Usage
 
Dim instance As Collection(Of T)
Type Parameters
T
The type of elements in the list.
Inheritance Hierarchy

System.Object
   GrapeCity.Spreadsheet.Collection<T>

See Also